home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / mac / DemoData / Shared.Cxt / 00008_Field_8.txt next >
Text File  |  1996-09-30  |  300b  |  7 lines

  1. WaitSound theChannel
  2. Use this function to hold continue looping on a frame until the sound in a specified channel is finished.  Good for tempo stuff.
  3. Example: This code fragment waits for sound in channel 1 to finish regardless of the tempo setting.
  4.  
  5. on exitFrame
  6.     waitSound(1)
  7. end exitFrame